[Spce-user] Network Configuration

Deon Vermeulen vermeulen.deon at gmail.com
Fri Apr 19 11:57:57 EDT 2013


Hi Jon

Thank you for your feedback.

I'm not sure how I would change this Character to reflect the correct 
format as on my MAC it is ad "^" and on my Keyboard connected to my MAC 
it is "^".

I'll look into this and revert back.


Thanks again.

Kind Regards
Deon

> Jon Bonilla (Manwe) <mailto:jbonilla at sipwise.com>
> April 19, 2013 4:53 PM
> El Fri, 19 Apr 2013 16:34:27 +0100
>
>
> It might be that you are not using the right '^' character.
>
> Look at this:
>
> '^' vs 'ˆ'
>
> The second character (smaller) is a non-ascii character and it's 
> copied from
> your mysql output. The first one is written by me and it's the circumflex
> character which is valid for regular expressions.
>
> From wikipedia:
>
> For historical reasons, there is a similar but larger character, U+005E ^
> circumflex accent, which is also included in ASCII but often referred 
> to as
> caret instead. It is, however, unsuitable for use as a diacritic on modern
> computer systems, as it is a spacing character. Another spacing circumflex
> character in Unicode is the smaller U+02C6 ˆ modifier letter 
> circumflex, mainly
> used in phonetic notations – or as a sample of the diacritic in isolation.
>
>
> I think you are using U+02C6 instead of U+005E character and that's 
> why your
> regular expressions don't match.
>
> https://en.wikipedia.org/wiki/Circumflex
> Deon Vermeulen <mailto:vermeulen.deon at gmail.com>
> April 19, 2013 4:34 PM
> Hi Jon
>
> NP. Here you go.
>
> mysql -e "select * from kamailio.dialplan where dpid=9\G"
> *************************** 1. row ***************************
>        id: 1
>      dpid: 9
>        pr: 0
>  match_op: 1
> match_exp: ˆ(00|\+)([1-9][0-9]+)$
> match_len: 0
> subst_exp: ˆ(00|\+)([1-9][0-9]+)$
>  repl_exp: \2
>     attrs:
> *************************** 2. row ***************************
>        id: 2
>      dpid: 9
>        pr: 1
>  match_op: 1
> match_exp: ˆ0([1-9][0-9]+)$
> match_len: 0
> subst_exp: ˆ0([1-9][0-9]+)$
>  repl_exp: $avp(s:caller_cc)\1
>     attrs:
> *************************** 3. row ***************************
>        id: 3
>      dpid: 9
>        pr: 2
>  match_op: 1
> match_exp: ˆ([1-9][0-9]+)$
> match_len: 0
> subst_exp: ˆ([1-9][0-9]+)$
>  repl_exp: $avp(s:caller_cc)$avp(s:caller_ac)\1
>     attrs:
>
>
> mysql -e "select * from kamailio.dialplan where dpid=10\G"
> *************************** 1. row ***************************
>        id: 4
>      dpid: 10
>        pr: 1
>  match_op: 1
> match_exp: ˆ(00|\+)([1-9][0-9]+)$
> match_len: 0
> subst_exp: ˆ(00|\+)([1-9][0-9]+)$
>  repl_exp: \2
>     attrs:
> *************************** 2. row ***************************
>        id: 5
>      dpid: 10
>        pr: 2
>  match_op: 1
> match_exp: ˆ0([1-9][0-9]+)$
> match_len: 0
> subst_exp: ˆ0([1-9][0-9]+)$
>  repl_exp: $avp(s:caller_cc)\1
>     attrs:
> *************************** 3. row ***************************
>        id: 6
>      dpid: 10
>        pr: 3
>  match_op: 1
> match_exp: ˆ([1-9][0-9]+)$
> match_len: 0
> subst_exp: ˆ([1-9][0-9]+)$
>  repl_exp: $avp(s:caller_cc)$avp(s:caller_ac)\1
>     attrs:
>
>
>
> Jon Bonilla (Manwe) <mailto:jbonilla at sipwise.com>
> April 19, 2013 4:24 PM
> El Fri, 19 Apr 2013 17:08:36 +0200
>
>
> Sorry Deon I see that you already did it:
>
>
> Fetched dialplan IDs caller_in='9', callee_in='10'
> Applying caller-in domain rewrite rules on user-provided CLI using 
> dpid '9'
> No matching rewrite rules for '0839999989' found
> Applying callee-in domain rewrite rules using dpid '10'
> No matching rewrite rules for '0044113001417' found
>
>
> could you please send the output of:
>
> mysql -e "select * from kamailio.dialplan where dpid=9\G"
> mysql -e "select * from kamailio.dialplan where dpid=10\G"
>
> _______________________________________________
> Spce-user mailing list
> Spce-user at lists.sipwise.com
> http://lists.sipwise.com/listinfo/spce-user
> Jon Bonilla (Manwe) <mailto:jbonilla at sipwise.com>
> April 19, 2013 4:08 PM
> El Fri, 19 Apr 2013 15:38:28 +0100
>
> Hi Deon
>
> Please send the proxy-log of that call (grep by ID and attach it as 
> txt file)
> and then we'll check what your rewrite rules look like in the database.
>
> Let's see if the rewrite rules don't match or the rewrite_rule_set is not
> binded to the subscriber/peer
>
> _______________________________________________
> Spce-user mailing list
> Spce-user at lists.sipwise.com
> http://lists.sipwise.com/listinfo/spce-user
> Daniel Grotti <mailto:dgrotti at sipwise.com>
> April 19, 2013 3:00 PM
> Hi Deon,
> sorry for the stupid question, have you assigned the rewrite rules set
> to your subscribers or to your domain ?
>
> This is how the rewrite rules works:
>
> 1. Let's suppose you make a call between 2 internal subscribers
>
> 2. You have assigned the rewrite rules set 'DEFAULT' to both of these
> subscribers
>
> 3. A call B
>
> 4. spce take the caller and apply the INBOUND REWRITE RULES SET
> 'DEFAULT' to caller number and callee number .
>
> 5. spce make some other test and lookup the callee from database (call
> is local).
>
> 6. spce apply OUTBOUND REWRITE RULES SET 'DEFAULT' to caller number and
> callee number .
>
> 7. scpe forward the call to the callee.
>
>
> Now outbound calls:
>
> 2. You have assigned the rewrite rules set 'DEFAULT' to local caller and
> rewrite rules set 'MY_PEER' to your sip peer
>
> 3. A call B
>
> 4. spce take the caller and apply the INBOUND REWRITE RULES SET
> 'DEFAULT' to caller number and callee number .
>
> 5. spce make some other test and lookup the callee from database (call
> is NOT local -> outbound call).
>
> 6. spce apply OUTBOUND REWRITE RULES SET 'MY_PEER' to caller number and
> callee number .
>
> 7. scpe forward the call to the callee.
>
>
>
> br,
> Daniel
>
>
>
> _______________________________________________
> Spce-user mailing list
> Spce-user at lists.sipwise.com
> http://lists.sipwise.com/listinfo/spce-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/attachments/20130419/f877fa25/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: postbox-contact.jpg
Type: image/jpeg
Size: 1221 bytes
Desc: not available
URL: <http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/attachments/20130419/f877fa25/attachment-0003.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: postbox-contact.jpg
Type: image/jpeg
Size: 1143 bytes
Desc: not available
URL: <http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/attachments/20130419/f877fa25/attachment-0004.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: postbox-contact.jpg
Type: image/jpeg
Size: 1201 bytes
Desc: not available
URL: <http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/attachments/20130419/f877fa25/attachment-0005.jpg>


More information about the Spce-user mailing list