Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

callprefix do not allow to add specific char like # #21

Closed
voipmanvn opened this issue Sep 16, 2016 · 3 comments
Closed

callprefix do not allow to add specific char like # #21

voipmanvn opened this issue Sep 16, 2016 · 3 comments

Comments

@voipmanvn
Copy link

Hello,

I have tried to add specific char like # and it not work?

can you help to check and fix ?

Thanks,

@markuslindenberg
Copy link
Member

The # sign will start a comment in the configuraton file (We are using git-config syntax) unless the value is enclosed in double quotes.

Can you try defining callprefix like this and report back? Thanks.

callprefix = "#"

@voipmanvn
Copy link
Author

voipmanvn commented Sep 19, 2016

Hello,
I have tried:
callprefix = "6565#"

But it dials number without # like 6565xxxx, so, i think this character has been strip out.

thank you

@markuslindenberg
Copy link
Member

I cannot reproduce the problem. Putting the callprefix value inside double quotes results in an invite containing the # character. I've traced the received invite from a gofaxip box to the PBX it is registered on:

recv 1110 bytes from udp/[x.x.x.x]:5060 at 16:24:36.905057:
   ------------------------------------------------------------------------
   INVITE sip:4711#283@our.pbx SIP/2.0

If you see the character missing in the SIP INVITE i'd be happy to debug this, otherwise I suspect that it's not the gofaxip/FreeSWITCH box that strips the # character.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants